home *** CD-ROM | disk | FTP | other *** search
- unit RefIntReg;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, RefInt, DsgnIntf;
-
- procedure Register;
-
- implementation
-
- procedure Register;
- begin
- RegisterComponents('Xmakina', [TRefInt]);
- RegisterPropertyEditor(TypeInfo(string),TRefInt,'AliasName',TAliasNameProperty);
- RegisterPropertyEditor(TypeInfo(string),TRefInt,'InternalAliasName',TAliasNameProperty);
- end;
-
- end.
-